gtkeditable.c: Remove unused variable in example code
authorAlexander Saprykin <xelfium@gmail.com>
Sat, 14 May 2011 09:34:01 +0000 (13:34 +0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 1 Jun 2011 00:09:58 +0000 (20:09 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=650167

gtk/gtkeditable.c

index f9be37ee256ae95c8ff12a6620b54fecb345aa12..59500d33c3ac3dc608be766023909b8a4e2dd0b6 100644 (file)
@@ -51,7 +51,6 @@
  *                      gint        &ast;position,
  *                      gpointer     data)
  * {
- *   int i;
  *   gchar &ast;result = g_utf8_strup (text, length);
  *
  *   g_signal_handlers_block_by_func (editable,